Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  SelectIDs
Prev Next

SelectIDs returns all the IDs of all items which match the given search criteria.

ID[] SelectIDs(
  string query,
  CallContext context
)

Sitecore calls SelectIDs when the Sitecore Query engine is searching based on the given query.


Prev Next